npm(deps-dev): bump @vitejs/plugin-react from 6.0.1 to 6.0.2 in /frontend#367
Closed
dependabot[bot] wants to merge 1 commit into
Closed
npm(deps-dev): bump @vitejs/plugin-react from 6.0.1 to 6.0.2 in /frontend#367dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
ttlequals0
added a commit
that referenced
this pull request
Jun 15, 2026
pip: cryptography 48.0.1->49.0.0 (supersedes the advisory fix, #371), idna 3.18 (#370), anthropic 0.109.1 (#372), huggingface-hub 1.19.0 (#373), pytest 9.1.0 (#374). npm: @typescript-eslint/parser + typescript-eslint 8.61.0 (#369,#365), @vitejs/plugin-react 6.0.2 (#367), @tailwindcss/vite 4.3.1 (#366), lucide-react 1.18.0 (#368). Full suite + tsc + build green.
ttlequals0
added a commit
that referenced
this pull request
Jun 16, 2026
…#380) * fix: bump cryptography to 48.0.1 (GHSA-537c-gmf6-5ccf) pip-audit flagged cryptography 48.0.0 against a newly disclosed advisory GHSA-537c-gmf6-5ccf (fix 48.0.1), failing CI on every branch. Patch-level dependency bump with regenerated hashes; no app code change. Releases as 2.8.12. * chore(deps): bump all open dependabot deps for 2.8.12 pip: cryptography 48.0.1->49.0.0 (supersedes the advisory fix, #371), idna 3.18 (#370), anthropic 0.109.1 (#372), huggingface-hub 1.19.0 (#373), pytest 9.1.0 (#374). npm: @typescript-eslint/parser + typescript-eslint 8.61.0 (#369,#365), @vitejs/plugin-react 6.0.2 (#367), @tailwindcss/vite 4.3.1 (#366), lucide-react 1.18.0 (#368). Full suite + tsc + build green. * feat: per-feed display title override (#375) Adds a refresh-safe title_override column. The rename actually replaces the channel title in the SERVED RSS (both <title> and <image><title> via modify_feed), so podcast apps show the custom name and a processed feed is distinguishable from the source. RSS refresh keeps updating the source title but never touches the override. API: titleOverride on get/list/update feed with a length-capped validator; the clobbered raw-title PATCH path is removed. New unit + endpoint tests. * feat(ui): editable feed title on the detail page (#375) Inline-edit affordance in the FeedDetail header: hover pencil opens an input, Enter/Save persists, Esc/Cancel aborts; a Custom badge marks an override and blank clears it back to the source title. Feeds list and cards show the effective (override || source) title so the custom name appears in the library. * docs: 2.8.12 changelog (title override + dependency sweep) * simplify: share feedDisplayTitle helper across feed-title render sites Centralizes override||title in one helper and applies it to the feeds list, cards, detail header, and the Stats/History podcast filters (the last two still showed the source title). Minor: helper-text && over a dead-arm ternary; fix a stray indentation in the update_feed response. * review: regenerate served feed on rename + sanitize the title override Two code-review fixes: (1) a titleOverride-only PATCH now force-regenerates the cached RSS (it was only triggered by max_episodes/onlyExpose), so the renamed <title> actually reaches subscribers instead of waiting for the next upstream change; (2) strip XML-forbidden control chars and collapse interior newlines in the validator -- an interior control char made the served feed not-well-formed and every app would reject it. Adds regen + sanitization + well-formed-XML tests. * fix(deps): bump hf-xet to 1.5.1 for huggingface-hub 1.19.0 compatibility huggingface-hub 1.19.0 requires hf-xet>=1.5.1,<2.0.0; the transitive pin was still at 1.4.3, which made a fresh --require-hashes resolve fail in CI (pip-audit and Python tests). * release 2.8.13: feed detail UI cleanup - Always-visible title edit pencil (was hover-only, untappable on touch) - Tags section collapsed by default - Per-feed controls moved into a collapsed 'Feed settings' section, extracted to FeedSettingsPanel.tsx to match the other feed panels
Author
|
Looks like @vitejs/plugin-react is up-to-date now, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @vitejs/plugin-react from 6.0.1 to 6.0.2.
Release notes
Sourced from @vitejs/plugin-react's releases.
Changelog
Sourced from @vitejs/plugin-react's changelog.
Commits
6535b55release: plugin-react@6.0.2bf0e43bfeat(react): whitelist debugging-options (#1189)3bd1f08feat: use carets for rolldown versions (#1216)2b8df67fix(deps): update all non-major dependencies (#1218)8fa9619fix(deps): update react 19.2.6 (#1211)a4296adfix(deps): update all non-major dependencies (#1209)323ccd7fix(deps): update all non-major dependencies (#1196)a7506e1chore(deps): update vite 8.0.10 (#1198)02cff2afix(deps): update all non-major dependencies (#1184)4b9c890fix(deps): update react 19.2.5 (#1181)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)